
#main{
    position: relative;
    width:100%;
    height:100%;
    margin:0px;
    padding: 0px;
    background-image:url('bg.jpg');
    background-size:100% 100%;
    background-repeat:no-repeat;
}

#schoollogo{
    position: absolute;
    width:100%;
    height: auto;
    margin:0px auto;
    z-index: 99999;
    margin-top:-70px;
}

#schoollogo img{
    margin-left: auto;
	margin-right: auto;
	display: block;
    width:100px;
    height:100px;
}


#loginform{
    position: relative;
    margin:0px auto;
    margin-top:80px;
    width:280px;
    min-height:400px;
    height: auto;
    padding-bottom: 10px;
    background-color:white;  
    box-shadow: gainsboro 2px 5px 5px 0px;
    border:1px solid gainsboro;
    border-radius: 5px;
}

#logctnt{
    padding:5px;
    margin:5px;
    top:30px;
    position: relative;
}
#logintxt{
    text-decoration: underline;
    font-weight:bold;
    text-align:center;
    font-size: 18px;
    width:100%;
}
#loginbtn{
    position: relative;
    margin-top:-35px;
}
#loginbtn a{
    display: block;
}

.cname{
    text-align: center;
    font-weight: bolder;
    width:100%;
    height:auto;
    color:orange;
    font-size:22px;
    top:30px;
    position: relative;
}

#alert{
    top:30px;
    position: relative;
    text-align: center;    
}
.help{
    width: 15px;
    height: 15px;
}
.warn{
    font-size:10px;
    color:red;
    font-weight: bolder;
}